Einhugur OpenDocument Text Plugin for Xojo

Container.Paragraphs Method

Returns ParagraphIterator for the paragraphs in the container. This property is for using with for each statements.

Paragraphs() as EinhugurODT.ParagraphIterator

Parameters

Returns

EinhugurODT.ParagraphIterator

Remarks

Usage:


for each it as Paragraph in doc.Pargraphs
    // Your code here
next

See Also

Container Class